Appliance Update Policy Config

Appliance Update Policy Config
Appliance Update Policy Config

The Appliance Update Policy Config schema defines automatic update checking and staging policy.

This schema was added in vSphere API 6.7.

JSON Example
{
    "custom_url": "string",
    "username": "string",
    "password": "string",
    "check_schedule": [
        {
            "day": "string",
            "hour": 0,
            "minute": 0
        }
    ],
    "auto_stage": false,
    "certificate_check": false
}
string
custom_url
Optional

Current appliance update repository URL.

This property was added in vSphere API 6.7.

If missing or null then default URL is assumed

string
username
Optional

Username for the update repository

This property was added in vSphere API 6.7.

If missing or null username will not be used to login

string As password As password
password
Optional

Password for the update repository

This property was added in vSphere API 6.7.

password If missing or null password will not be used to login

check_schedule
Required

Schedule when the automatic check will be run.

This property was added in vSphere API 6.7.

boolean
auto_stage
Required

Automatically stage the latest update if available.

This property was added in vSphere API 6.7.

boolean
certificate_check
Optional

Indicates whether certificates will be checked during patching.

Warning: Setting this property to false will result in an insecure connection to update repository which can potentially put the appliance security at risk.

This property was added in vSphere API 6.7.

certificateCheck If missing or null the certificate checks are enabled.